set
operator fun DslList<MeshProtos.MeshPacket, DeviceStateKt.Dsl.ReceiveQueueProxy>.set(index: Int, value: MeshProtos.MeshPacket)
Received packets saved for delivery to the phone
Content copied to clipboard
repeated .meshtastic.MeshPacket receive_queue = 5;
Parameters
index
The index to set the value at.
value
The receiveQueue to set.
operator fun DslList<MeshProtos.NodeRemoteHardwarePin, DeviceStateKt.Dsl.NodeRemoteHardwarePinsProxy>.set(index: Int, value: MeshProtos.NodeRemoteHardwarePin)
The mesh's nodes with their available gpio pins for RemoteHardware module
Content copied to clipboard
repeated .meshtastic.NodeRemoteHardwarePin node_remote_hardware_pins = 13;
Parameters
index
The index to set the value at.
value
The nodeRemoteHardwarePins to set.